auto merge of #188 : huonw/cargo/remove-src-test, r=wycats
authorbors <bors@rust-lang.org>
Sun, 13 Jul 2014 15:48:50 +0000 (15:48 +0000)
committerbors <bors@rust-lang.org>
Sun, 13 Jul 2014 15:48:50 +0000 (15:48 +0000)
commitec0895b4605061d9af321e6800dcdb6544281e3d
tree7b29073ca5ac8fd79f1019b5d5aa3bc2a3faee19
parent2f60ba328b43554cfde351eec3c767ba367c8891
parent22c254af74a78039f5b8cc6238494efb09136643
auto merge of #188 : huonw/cargo/remove-src-test, r=wycats

It's not unreasonable to have unittests in a separate submodule of the
crate (being called `test` or `tests`), and having them in their own
file can be very sensible. Thus, the `src/test.rs` implicit default is
likely to trip up some perfectly reasonable use-cases. There's already
the `tests/...` default, so repairing a codebase after this removal is
just moving `src/test.rs` to `tests/whatever_name_you_want.rs`.

Closes #187.
tests/test_cargo_test.rs